type github.com/gotd/td/telegram/dcs.plain
8 uses
github.com/gotd/td/telegram/dcs (current package)
plain.go#L20: var _ Resolver = plain{}
plain.go#L22: type plain struct {
plain.go#L32: func (p plain) Primary(ctx context.Context, dc int, list List) (transport.Conn, error) {
plain.go#L47: func (p plain) MediaOnly(ctx context.Context, dc int, list List) (transport.Conn, error) {
plain.go#L60: func (p plain) CDN(ctx context.Context, dc int, list List) (transport.Conn, error) {
plain.go#L74: func (p plain) dialTransport(ctx context.Context, test bool, dc tg.DCOption) (_ transport.Conn, rerr error) {
plain.go#L149: func (p plain) connect(ctx context.Context, dc int, test bool, dcOptions []tg.DCOption) (transport.Conn, error) {
plain.go#L250: return plain{
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |